home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
ophel001.swf
/
scripts
/
DefineSprite_1015
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
222 b
|
13 lines
if(eval("/Variables:FlechesPrises") == true and eval("/Variables:FlechesAttachees") == false)
{
nextFrame();
}
else if(eval("/Variables:FlechesAttachees") == true)
{
gotoAndStop(3);
}
else
{
stop();
}